home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Shareware
/
Programare
/
sharp
/
wwwSharp_setup.exe
/
{app}
/
Help
/
CssHelpTopics.xml
next >
Wrap
Extensible Markup Language
|
2003-08-30
|
34KB
|
1,379 lines
<?xml version="1.0" encoding="UTF-8"?>
<CssHelpTopics
Caption="CSS"
CommandPrefix="www-sharp://www-Sharp.Help.CSS/"
Command="cover.html"
>
<Item
Caption="About the CSS2 Specification"
Command="about.html"
>
<Item
Caption="Reading the specification"
Command="about.html#q1"
/>
<Item
Caption="How the specification is organized"
Command="about.html#q2"
/>
<Item
Caption="Conventions"
Command="about.html#q3"
>
<Item
Caption="Document language elements and attributes"
Command="about.html#q4"
/>
<Item
Caption="CSS property definitions"
Command="about.html#property-defs"
>
<Item
Caption="Value"
Command="about.html#q6"
/>
<Item
Caption="Initial"
Command="about.html#q7"
/>
<Item
Caption="Applies to"
Command="about.html#q8"
/>
<Item
Caption="Inherited"
Command="about.html#q9"
/>
<Item
Caption="Percentage values"
Command="about.html#q10"
/>
<Item
Caption="Media groups"
Command="about.html#q11"
/>
</Item>
<Item
Caption="Shorthand properties"
Command="about.html#shorthand"
/>
<Item
Caption="Notes and examples"
Command="about.html#q13"
/>
<Item
Caption="Images and long descriptions"
Command="about.html#q14"
/>
</Item>
<Item
Caption="Acknowledgments"
Command="about.html#q15"
/>
<Item
Caption="Copyright Notice"
Command="about.html#copyright"
/>
</Item>
<Item
Caption="Introduction to CSS2"
Command="intro.html"
>
<Item
Caption="A brief CSS2 tutorial for HTML"
Command="intro.html#q1"
/>
<Item
Caption="A brief CSS2 tutorial for XML"
Command="intro.html#q2"
/>
<Item
Caption="The CSS2 processing model"
Command="intro.html#processing-model"
>
<Item
Caption="The canvas"
Command="intro.html#q4"
/>
<Item
Caption="CSS2 addressing model"
Command="intro.html#q5"
/>
</Item>
<Item
Caption="CSS design principles"
Command="intro.html#q6"
/>
</Item>
<Item
Caption="Conformance: Requirements and Recommendations"
Command="conform.html"
>
<Item
Caption="Definitions"
Command="conform.html#q1"
/>
<Item
Caption="Conformance"
Command="conform.html#conformance"
/>
<Item
Caption="Error conditions"
Command="conform.html#q3"
/>
<Item
Caption="The text/css content type"
Command="conform.html#text-css"
/>
</Item>
<Item
Caption="CSS2 syntax and basic data types"
Command="syndata.html"
>
<Item
Caption="Syntax"
Command="syndata.html#syntax"
>
<Item
Caption="Tokenization"
Command="syndata.html#tokenization"
/>
<Item
Caption="Keywords"
Command="syndata.html#keywords"
/>
<Item
Caption="Characters and case"
Command="syndata.html#q4"
/>
<Item
Caption="Statements"
Command="syndata.html#q5"
/>
<Item
Caption="At-rules"
Command="syndata.html#at-rules"
/>
<Item
Caption="Blocks"
Command="syndata.html#block"
/>
<Item
Caption="Rule sets, declaration blocks, and selectors"
Command="syndata.html#q8"
/>
<Item
Caption="Declarations and properties"
Command="syndata.html#declaration"
/>
<Item
Caption="Comments"
Command="syndata.html#comments"
/>
</Item>
<Item
Caption="Rules for handling parsing errors"
Command="syndata.html#parsing-errors"
/>
<Item
Caption="Values"
Command="syndata.html#values"
>
<Item
Caption="Integers and real numbers"
Command="syndata.html#q13"
/>
<Item
Caption="Lengths"
Command="syndata.html#length-units"
/>
<Item
Caption="Percentages"
Command="syndata.html#percentage-units"
/>
<Item
Caption="URL + URN = URI"
Command="syndata.html#uri"
/>
<Item
Caption="Counters"
Command="syndata.html#counter"
/>
<Item
Caption="Colors"
Command="syndata.html#color-units"
/>
<Item
Caption="Angles"
Command="syndata.html#q19"
/>
<Item
Caption="Times"
Command="syndata.html#q20"
/>
<Item
Caption="Frequencies"
Command="syndata.html#q21"
/>
<Item
Caption="Strings"
Command="syndata.html#strings"
/>
</Item>
<Item
Caption="CSS document representation"
Command="syndata.html#q23"
>
<Item
Caption="Referring to characters not represented in a character encoding"
Command="syndata.html#q24"
/>
</Item>
</Item>
<Item
Caption="Selectors"
Command="selector.html"
>
<Item
Caption="Pattern matching"
Command="selector.html#q1"
/>
<Item
Caption="Selector syntax"
Command="selector.html#q2"
>
<Item
Caption="Grouping"
Command="selector.html#grouping"
/>
</Item>
<Item
Caption="Universal selector"
Command="selector.html#universal-selector"
/>
<Item
Caption="Type selectors"
Command="selector.html#type-selectors"
/>
<Item
Caption="Descendant selectors"
Command="selector.html#descendant-selectors"
/>
<Item
Caption="Child selectors"
Command="selector.html#child-selectors"
/>
<Item
Caption="Adjacent sibling selectors"
Command="selector.html#adjacent-selectors"
/>
<Item
Caption="Attribute selectors"
Command="selector.html#attribute-selectors"
>
<Item
Caption="Matching attributes and attribute values"
Command="selector.html#q10"
/>
<Item
Caption="Default attribute values in DTDs"
Command="selector.html#q11"
/>
<Item
Caption="Class selectors"
Command="selector.html#class-html"
/>
</Item>
<Item
Caption="ID selectors"
Command="selector.html#id-selectors"
/>
<Item
Caption="Pseudo-elements and pseudo-classes"
Command="selector.html#pseudo-elements"
/>
<Item
Caption="Pseudo-classes"
Command="selector.html#q15"
>
<Item
Caption=":first-child pseudo-class"
Command="selector.html#first-child"
/>
<Item
Caption="The link pseudo-classes: :link and :visited"
Command="selector.html#link-pseudo-classes"
/>
<Item
Caption="The dynamic pseudo-classes: :hover, :active, and :focus"
Command="selector.html#dynamic-pseudo-classes"
/>
<Item
Caption="The language pseudo-class: :lang"
Command="selector.html#lang"
/>
</Item>
<Item
Caption="Pseudo-elements"
Command="selector.html#q20"
>
<Item
Caption="The :first-line pseudo-element"
Command="selector.html#first-line-pseudo"
/>
<Item
Caption="The :first-letter pseudo-element"
Command="selector.html#first-letter"
/>
<Item
Caption="The :before and :after pseudo-elements"
Command="selector.html#before-and-after"
/>
</Item>
</Item>
<Item
Caption="Assigning property values, Cascading, and Inheritance"
Command="cascade.html"
>
<Item
Caption="Specified, computed, and actual values"
Command="cascade.html#q1"
>
<Item
Caption="Specified values"
Command="cascade.html#specified-value"
/>
<Item
Caption="Computed values"
Command="cascade.html#computed-value"
/>
<Item
Caption="Actual values"
Command="cascade.html#actual-value"
/>
</Item>
<Item
Caption="Inheritance"
Command="cascade.html#inheritance"
>
<Item
Caption="The 'inherit' value"
Command="cascade.html#value-def-inherit"
/>
</Item>
<Item
Caption="The @import rule"
Command="cascade.html#at-import"
/>
<Item
Caption="The cascade"
Command="cascade.html#cascade"
>
<Item
Caption="Cascading order"
Command="cascade.html#cascading-order"
/>
<Item
Caption="!important rules"
Command="cascade.html#important-rules"
/>
<Item
Caption="Calculating a selector's specificity"
Command="cascade.html#specificity"
/>
<Item
Caption="Precedence of non-CSS presentational hints"
Command="cascade.html#q12"
/>
</Item>
</Item>
<Item
Caption="Media types"
Command="media.html"
>
<Item
Caption="Introduction to media types"
Command="media.html#q1"
/>
<Item
Caption="Specifying media-dependent style sheets"
Command="media.html#q2"
>
<Item
Caption="The @media rule"
Command="media.html#at-media-rule"
/>
</Item>
<Item
Caption="Recognized media types"
Command="media.html#media-types"
>
<Item
Caption="Media groups"
Command="media.html#media-groups"
/>
</Item>
</Item>
<Item
Caption="Box model"
Command="box.html"
>
<Item
Caption="Box dimensions"
Command="box.html#box-dimensions"
/>
<Item
Caption="Example of margins, padding, and borders"
Command="box.html#mpb-examples"
/>
<Item
Caption="Margin properties: 'margin-top', 'margin-right', 'margin-bottom', 'margin-left' and 'margin'"
Command="box.html#margin-properties"
>
<Item
Caption="Collapsing margins"
Command="box.html#collapsing-margins"
/>
</Item>
<Item
Caption="Padding properties: 'padding-top', 'padding-right', 'padding-bottom', 'padding-left', and 'padding'"
Command="box.html#padding-properties"
/>
<Item
Caption="Border properties"
Command="box.html#border-properties"
>
<Item
Caption="Border width: 'border-top-width', 'border-right-width', 'border-bottom-width', 'border-left-width', and 'border-width'"
Command="box.html#border-width-properties"
/>
<Item
Caption="Border color: 'border-top-color', 'border-right-color', 'border-bottom-color', 'border-left-color' and 'border-color'"
Command="box.html#border-color-properties"
/>
<Item
Caption="Border style: 'border-top-style', 'border-right-style', 'border-bottom-style', 'border-left-style' and 'border-style'"
Command="box.html#border-style-properties"
/>
<Item
Caption="Border shorthand properties: 'border-top', 'border-bottom', 'border-right', 'border-left' and 'border'"
Command="box.html#border-shorthand-properties"
/>
</Item>
</Item>
<Item
Caption="Visual formatting model"
Command="visuren.html"
>
<Item
Caption="Introduction to the visual formatting model"
Command="visuren.html#q1"
>
<Item
Caption="The viewport"
Command="visuren.html#q2"
/>
<Item
Caption="Containing blocks"
Command="visuren.html#containing-block"
/>
</Item>
<Item
Caption="Controlling box generation"
Command="visuren.html#box-gen"
>
<Item
Caption="Block-level elements and block boxes"
Command="visuren.html#q5"
>
<Item
Caption="Anonymous block boxes"
Command="visuren.html#anonymous-block-level"
/>
</Item>
<Item
Caption="Inline-level elements and inline boxes"
Command="visuren.html#q7"
>
<Item
Caption="Anonymous inline boxes"
Command="visuren.html#anonymous"
/>
</Item>
<Item
Caption="Compact boxes"
Command="visuren.html#compact"
/>
<Item
Caption="Run-in boxes"
Command="visuren.html#run-in"
/>
<Item
Caption="The 'display' property"
Command="visuren.html#display-prop"
/>
</Item>
<Item
Caption="Positioning schemes"
Command="visuren.html#positioning-scheme"
>
<Item
Caption="Choosing a positioning scheme: 'position' property"
Command="visuren.html#choose-position"
/>
<Item
Caption="Box offsets: 'top', 'right', 'bottom', 'left'"
Command="visuren.html#position-props"
/>
</Item>
<Item
Caption="Normal flow"
Command="visuren.html#normal-flow"
>
<Item
Caption="Block formatting context"
Command="visuren.html#block-formatting"
/>
<Item
Caption="Inline formatting context"
Command="visuren.html#inline-formatting"
/>
<Item
Caption="Relative positioning"
Command="visuren.html#relative-positioning"
/>
</Item>
<Item
Caption="Floats"
Command="visuren.html#floats"
>
<Item
Caption="Positioning the float: the 'float' property"
Command="visuren.html#float-position"
/>
<Item
Caption="Controlling flow next to floats: the 'clear' property"
Command="visuren.html#flow-control"
/>
</Item>
<Item
Caption="Absolute positioning"
Command="visuren.html#absolute-positioning"
>
<Item
Caption="Fixed positioning"
Command="visuren.html#fixed-positioning"
/>
</Item>
<Item
Caption="Relationships between 'display', 'position' and 'float'"
Command="visuren.html#q24"
/>
<Item
Caption="Comparison of normal flow, floats, and absolute positioning"
Command="visuren.html#comparison"
>
<Item
Caption="Normal flow"
Command="visuren.html#q26"
/>
<Item
Caption="Relative positioning"
Command="visuren.html#q27"
/>
<Item
Caption="Floating a box"
Command="visuren.html#q28"
/>
<Item
Caption="Absolute positioning"
Command="visuren.html#q29"
/>
</Item>
<Item
Caption="Layered presentation"
Command="visuren.html#q30"
>
<Item
Caption="Specifying the stack level: the 'z-index' property"
Command="visuren.html#z-index"
/>
</Item>
<Item
Caption="Text direction: the 'direction' and 'unicode-bidi' properties"
Command="visuren.html#direction"
/>
</Item>
<Item
Caption="Visual formatting model details"
Command="visudet.html"
>
<Item
Caption="Definition of "containing block""
Command="visudet.html#containing-block-details"
/>
<Item
Caption="Content width: the 'width' property"
Command="visudet.html#the-width-property"
/>
<Item
Caption="Computing widths and margins"
Command="visudet.html#Computing_widths_and_margins"
>
<Item
Caption="Inline, non-replaced elements"
Command="visudet.html#q4"
/>
<Item
Caption="Inline, replaced elements"
Command="visudet.html#q5"
/>
<Item
Caption="Block-level, non-replaced elements in normal flow"
Command="visudet.html#q6"
/>
<Item
Caption="Block-level, replaced elements in normal flow"
Command="visudet.html#q7"
/>
<Item
Caption="Floating, non-replaced elements"
Command="visudet.html#q8"
/>
<Item
Caption="Floating, replaced elements"
Command="visudet.html#q9"
/>
<Item
Caption="Absolutely positioned, non-replaced elements"
Command="visudet.html#abs-non-replaced-width"
/>
<Item
Caption="Absolutely positioned, replaced elements"
Command="visudet.html#q11"
/>
</Item>
<Item
Caption="Minimum and maximum widths: 'min-width' and 'max-width'"
Command="visudet.html#min-max-widths"
/>
<Item
Caption="Content height: the 'height' property"
Command="visudet.html#the-height-property"
/>
<Item
Caption="Computing heights and margins"
Command="visudet.html#Computing_heights_and_margins"
>
<Item
Caption="Inline, non-replaced elements"
Command="visudet.html#q15"
/>
<Item
Caption="Inline, replaced elements block-level, replaced elements in normal flow, and floating, replaced elements"
Command="visudet.html#q16"
/>
<Item
Caption="Block-level, non-replaced elements in normal flow, and floating, non-replaced elements"
Command="visudet.html#q17"
/>
<Item
Caption="Absolutely positioned, non-replaced elements"
Command="visudet.html#abs-non-replaced-height"
/>
<Item
Caption="Absolutely positioned, replaced elements"
Command="visudet.html#q19"
/>
</Item>
<Item
Caption="Minimum and maximum heights: 'min-height' and 'max-height'"
Command="visudet.html#min-max-heights"
/>
<Item
Caption="Line height calculations: the 'line-height' and 'vertical-align' properties"
Command="visudet.html#line-height"
>
<Item
Caption="Leading and half-leading"
Command="visudet.html#q22"
/>
</Item>
</Item>
<Item
Caption="Visual effects"
Command="visufx.html"
>
<Item
Caption="Overflow and clipping"
Command="visufx.html#overflow-clipping"
>
<Item
Caption="Overflow: the 'overflow' property"
Command="visufx.html#overflow"
/>
<Item
Caption="Clipping: the 'clip' property"
Command="visufx.html#clipping"
/>
</Item>
<Item
Caption="Visibility: the 'visibility' property"
Command="visufx.html#visibility"
/>
</Item>
<Item
Caption="Generated content, automatic numbering, and lists"
Command="generate.html"
>
<Item
Caption="The :before and :after pseudo-elements"
Command="generate.html#before-after-content"
/>
<Item
Caption="The 'content' property"
Command="generate.html#content"
/>
<Item
Caption="Interaction of :before and :after with 'compact' and 'run-in' elements"
Command="generate.html#compact-run-in-gen"
/>
<Item
Caption="Quotation marks"
Command="generate.html#quotes"
>
<Item
Caption="Specifying quotes with the 'quotes' property"
Command="generate.html#quotes-specify"
/>
<Item
Caption="Inserting quotes with the 'content' property"
Command="generate.html#quotes-insert"
/>
</Item>
<Item
Caption="Automatic counters and numbering"
Command="generate.html#counters"
>
<Item
Caption="Nested counters and scope"
Command="generate.html#scope"
/>
<Item
Caption="Counter styles"
Command="generate.html#counter-styles"
/>
<Item
Caption="Counters in elements with 'display: none'"
Command="generate.html#q10"
/>
</Item>
<Item
Caption="Markers and lists"
Command="generate.html#q11"
>
<Item
Caption="Markers: the 'marker-offset' property"
Command="generate.html#markers"
/>
<Item
Caption="Lists: the 'list-style-type', 'list-style-image', 'list-style-position' and 'list-style' properties"
Command="generate.html#lists"
/>
</Item>
</Item>
<Item
Caption="Paged media"
Command="page.html"
>
<Item
Caption="Introduction to paged media"
Command="page.html#q1"
/>
<Item
Caption="Page boxes: the @page rule"
Command="page.html#page-box"
>
<Item
Caption="Page margins"
Command="page.html#page-margins"
/>
<Item
Caption="Page size: the 'size' property"
Command="page.html#page-size-prop"
>
<Item
Caption="Rendering page boxes that do not fit a target sheet"
Command="page.html#q5"
/>
<Item
Caption="Positioning the page box on the sheet"
Command="page.html#q6"
/>
</Item>
<Item
Caption="Crop marks: the 'marks' property"
Command="page.html#crop-mark-prop"
/>
<Item
Caption="Left, right, and first pages"
Command="page.html#q8"
/>
<Item
Caption="Content outside the page box"
Command="page.html#q9"
/>
</Item>
<Item
Caption="Page breaks"
Command="page.html#page-breaks"
>
<Item
Caption="Break before/after elements: 'page-break-before', 'page-break-after', 'page-break-inside'"
Command="page.html#page-break-props"
/>
<Item
Caption="Using named pages: 'page'"
Command="page.html#named-pages"
/>
<Item
Caption="Breaks inside elements: 'orphans', 'widows'"
Command="page.html#break-inside"
/>
<Item
Caption="Allowed page breaks"
Command="page.html#allowed-page-breaks"
/>
<Item
Caption="Forced page breaks"
Command="page.html#forced"
/>
<Item
Caption=""Best" page breaks"
Command="page.html#q16"
/>
</Item>
<Item
Caption="Cascading in the page context"
Command="page.html#q17"
/>
</Item>
<Item
Caption="Colors and Backgrounds"
Command="colors.html"
>
<Item
Caption="Foreground color: the 'color' property"
Command="colors.html#colors"
/>
<Item
Caption="The background"
Command="colors.html#q2"
>
<Item
Caption="Background properties: 'background-color', 'background-image', 'background-repeat', 'background-attachment', 'background-position' and 'background'"
Command="colors.html#background-properties"
/>
</Item>
<Item
Caption="Gamma correction"
Command="colors.html#gamma-correction"
/>
</Item>
<Item
Caption="Fonts"
Command="fonts.html"
>
<Item
Caption="Introduction"
Command="fonts.html#q1"
/>
<Item
Caption="Font specification"
Command="fonts.html#font-specification"
>
<Item
Caption="Font specification properties"
Command="fonts.html#font-properties"
/>
<Item
Caption="Font family: the 'font-family' property"
Command="fonts.html#font-family-prop"
/>
<Item
Caption="Font styling: the 'font-style', 'font-variant', 'font-weight' and 'font-stretch' properties"
Command="fonts.html#font-styling"
/>
<Item
Caption="Font size: the 'font-size' and 'font-size-adjust' properties"
Command="fonts.html#font-size-props"
/>
<Item
Caption="Shorthand font property: the 'font' property"
Command="fonts.html#font-shorthand"
/>
<Item
Caption="Generic font families"
Command="fonts.html#generic-font-families"
>
<Item
Caption="serif"
Command="fonts.html#serif-def"
/>
<Item
Caption="sans-serif"
Command="fonts.html#sans-serif-def"
/>
<Item
Caption="cursive"
Command="fonts.html#cursive-def"
/>
<Item
Caption="fantasy"
Command="fonts.html#fantasy-def"
/>
<Item
Caption="monospace"
Command="fonts.html#monospace-def"
/>
</Item>
</Item>
<Item
Caption="Font selection"
Command="fonts.html#font-selection"
>
<Item
Caption="Font Descriptions and @font-face"
Command="fonts.html#font-descriptions"
/>
<Item
Caption="Descriptors for Selecting a Font: 'font-family', 'font-style', 'font-variant', 'font-weight', 'font-stretch' and 'font-size'"
Command="fonts.html#select"
/>
<Item
Caption="Descriptors for Font Data Qualification: 'unicode-range'"
Command="fonts.html#dataqual"
/>
<Item
Caption="Descriptor for Numeric Values: 'units-per-em'"
Command="fonts.html#unitsperem"
/>
<Item
Caption="Descriptor for Referencing: 'src'"
Command="fonts.html#referencing"
/>
<Item
Caption="Descriptors for Matching: 'panose-1', 'stemv', 'stemh', 'slope', 'cap-height', 'x-height', 'ascent' and 'descent'"
Command="fonts.html#matching"
/>
<Item
Caption="Descriptors for Synthesis: 'widths', 'bbox' and 'definition-src'"
Command="fonts.html#synthesizing"
/>
<Item
Caption="Descriptors for Alignment: 'baseline', 'centerline', 'mathline' and 'topline'"
Command="fonts.html#alignment"
/>
<Item
Caption="Examples"
Command="fonts.html#q23"
/>
</Item>
<Item
Caption="Font Characteristics"
Command="fonts.html#font-descriptors"
>
<Item
Caption="Introducing Font Characteristics"
Command="fonts.html#universal"
/>
<Item
Caption="Full font name"
Command="fonts.html#aname"
/>
<Item
Caption="Coordinate units on the em square"
Command="fonts.html#emsq"
/>
<Item
Caption="Central Baseline"
Command="fonts.html#cline"
/>
<Item
Caption="Font Encoding"
Command="fonts.html#encoding"
/>
<Item
Caption="Font family name"
Command="fonts.html#family"
/>
<Item
Caption="Glyph widths"
Command="fonts.html#lrwidth"
/>
<Item
Caption="Horizontal stem width"
Command="fonts.html#stemh"
/>
<Item
Caption="Height of uppercase glyphs"
Command="fonts.html#cap"
/>
<Item
Caption="Height of lowercase glyphs"
Command="fonts.html#xht"
/>
<Item
Caption="Lower Baseline"
Command="fonts.html#bline"
/>
<Item
Caption="Mathematical Baseline"
Command="fonts.html#mline"
/>
<Item
Caption="Maximal bounding box"
Command="fonts.html#bbox"
/>
<Item
Caption="Maximum unaccented height"
Command="fonts.html#ascent"
/>
<Item
Caption="Maximum unaccented depth"
Command="fonts.html#descent"
/>
<Item
Caption="Panose-1 number"
Command="fonts.html#pan1"
/>
<Item
Caption="Range of ISO 10646 characters"
Command="fonts.html#ucode"
/>
<Item
Caption="Top Baseline"
Command="fonts.html#tline"
/>
<Item
Caption="Vertical stem width"
Command="fonts.html#stemv"
/>
<Item
Caption="Vertical stroke angle"
Command="fonts.html#slope"
/>
</Item>
<Item
Caption="Font matching algorithm"
Command="fonts.html#algorithm"
>
<Item
Caption="Mapping font weight values to font names"
Command="fonts.html#q46"
/>
<Item
Caption="Examples of font matching"
Command="fonts.html#q47"
/>
</Item>
</Item>
<Item
Caption="Text"
Command="text.html"
>
<Item
Caption="Indentation: the 'text-indent' property"
Command="text.html#indentation-prop"
/>
<Item
Caption="Alignment: the 'text-align' property"
Command="text.html#alignment-prop"
/>
<Item
Caption="Decoration"
Command="text.html#q3"
>
<Item
Caption="Underlining, overlining, striking, and blinking: the 'text-decoration' property"
Command="text.html#lining-striking-props"
/>
<Item
Caption="Text shadows: the 'text-shadow' property"
Command="text.html#text-shadow-props"
/>
</Item>
<Item
Caption="Letter and word spacing: the 'letter-spacing' and 'word-spacing' properties"
Command="text.html#spacing-props"
/>
<Item
Caption="Capitalization: the 'text-transform' property"
Command="text.html#caps-prop"
/>
<Item
Caption="Whitespace: the 'white-space' property"
Command="text.html#white-space-prop"
/>
</Item>
<Item
Caption="Tables"
Command="tables.html"
>
<Item
Caption="Introduction to tables"
Command="tables.html#q1"
/>
<Item
Caption="The CSS table model"
Command="tables.html#q2"
>
<Item
Caption="Anonymous table objects"
Command="tables.html#anonymous-boxes"
/>
</Item>
<Item
Caption="Column selectors"
Command="tables.html#q4"
/>
<Item
Caption="Tables in the visual formatting model"
Command="tables.html#q5"
>
<Item
Caption="Caption position and alignment"
Command="tables.html#q6"
/>
</Item>
<Item
Caption="Visual layout of table contents"
Command="tables.html#q7"
>
<Item
Caption="Table layers and transparency"
Command="tables.html#table-layers"
/>
<Item
Caption="Table width algorithms: the 'table-layout' property"
Command="tables.html#width-layout"
>
<Item
Caption="Fixed table layout"
Command="tables.html#fixed-table-layout"
/>
<Item
Caption="Automatic table layout"
Command="tables.html#auto-table-layout"
/>
</Item>
<Item
Caption="Table height algorithms"
Command="tables.html#height-layout"
/>
<Item
Caption="Horizontal alignment in a column"
Command="tables.html#column-alignment"
/>
<Item
Caption="Dynamic row and column effects"
Command="tables.html#dynamic-effects"
/>
</Item>
<Item
Caption="Borders"
Command="tables.html#borders"
>
<Item
Caption="The separated borders model"
Command="tables.html#separated-borders"
>
<Item
Caption="Borders around empty cells: the 'empty-cells' property"
Command="tables.html#empty-cells"
/>
</Item>
<Item
Caption="The collapsing border model"
Command="tables.html#collapsing-borders"
>
<Item
Caption="Border conflict resolution"
Command="tables.html#border-conflict-resolution"
/>
</Item>
<Item
Caption="Border styles"
Command="tables.html#q20"
/>
</Item>
<Item
Caption="Audio rendering of tables"
Command="tables.html#q21"
>
<Item
Caption="Speaking headers: the 'speak-header' property"
Command="tables.html#speak-headers"
/>
</Item>
</Item>
<Item
Caption="User interface"
Command="ui.html"
>
<Item
Caption="Cursors: the 'cursor' property"
Command="ui.html#cursor-props"
/>
<Item
Caption="User preferences for colors"
Command="ui.html#system-colors"
/>
<Item
Caption="User preferences for fonts"
Command="ui.html#system-fonts"
/>
<Item
Caption="Dynamic outlines: the 'outline' property"
Command="ui.html#dynamic-outlines"
>
<Item
Caption="Outlines and the focus"
Command="ui.html#q5"
/>
</Item>
<Item
Caption="Magnification"
Command="ui.html#q6"
/>
</Item>
<Item
Caption="Aural style sheets"
Command="aural.html"
>
<Item
Caption="Introduction to aural style sheets"
Command="aural.html#q1"
/>
<Item
Caption="Volume properties: 'volume'"
Command="aural.html#volume-props"
/>
<Item
Caption="Speaking properties: 'speak'"
Command="aural.html#speaking-props"
/>
<Item
Caption="Pause properties: 'pause-before', 'pause-after', and 'pause'"
Command="aural.html#pause-props"
/>
<Item
Caption="Cue properties: 'cue-before', 'cue-after' and 'cue'"
Command="aural.html#cue-props"
/>
<Item
Caption="Mixing properties: 'play-during'"
Command="aural.html#mixing-props"
/>
<Item
Caption="Spatial properties: 'azimuth' and 'elevation'"
Command="aural.html#spatial-props"
/>
<Item
Caption="Voice characteristic properties: 'speech-rate', 'voice-family', 'pitch', 'pitch-range', 'stress' and 'richness'"
Command="aural.html#voice-char-props"
/>
<Item
Caption="Speech properties: 'speak-punctuation' and 'speak-numeral'"
Command="aural.html#speech-props"
/>
</Item>
<Item
Caption="Appendix A. A sample style sheet for HTML 4.0"
Command="sample.html"
/>
<Item
Caption="Appendix B. Changes from CSS1"
Command="changes.html"
>
<Item
Caption="New functionality"
Command="changes.html#q1"
/>
<Item
Caption="Updated descriptions"
Command="changes.html#q2"
/>
<Item
Caption="Semantic changes from CSS1"
Command="changes.html#changes-from-css1"
/>
</Item>
<Item
Caption="Appendix C. Implementation and performance notes for fonts"
Command="notes.html"
>
<Item
Caption="Glossary of font terms"
Command="notes.html#q1"
/>
<Item
Caption="Font retrieval"
Command="notes.html#coneg"
/>
<Item
Caption="Meaning of the Panose Digits"
Command="notes.html#panose"
/>
<Item
Caption="Deducing Unicode Ranges for TrueType"
Command="notes.html#truetype-unicode"
/>
<Item
Caption="Automatic descriptor generation"
Command="notes.html#autodescgen"
/>
</Item>
<Item
Caption="Appendix D. The grammar of CSS2"
Command="grammar.html"
>
<Item
Caption="Grammar"
Command="grammar.html#q1"
/>
<Item
Caption="Lexical scanner"
Command="grammar.html#q2"
/>
<Item
Caption="Comparison of tokenization in CSS2 and CSS1"
Command="grammar.html#tokenizer-diffs"
/>
</Item>
<Item
Caption="Appendix E. References"
Command="refs.html"
>
<Item
Caption="Normative references"
Command="refs.html#q1"
/>
<Item
Caption="Informative references"
Command="refs.html#q2"
/>
</Item>
<Item
Caption="Appendix F. Property index"
Command="propidx.html"
/>
<Item
Caption="Appendix G. Descriptor index"
Command="descidx.html"
/>
<Item
Caption="Appendix H. Index"
Command="indexlist.html"
/>
</CssHelpTopics>